home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / GRAFIK / DIAMOND / ST3D2KPR / NT4 / 2KPNT4_2.EXE / rar / OEMSETUP.INF < prev    next >
Windows Setup INFormation  |  1997-05-14  |  14KB  |  115 lines

  1. ; oemsetup.inf                                                                                                               
  2. ;                                                                                                                      
  3. ; Installation inf for the Diamond Multimedia Systems, Inc. stlth3d graphics adapter.                                                                   
  4. ;                                                                                                                      
  5.                                                                                                                        
  6. [Version]                                                                                                              
  7. Signature="$CHICAGO$"                                                                                                
  8. Provider=%Diamond%                                                                                                        
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}                                                                       
  10. Class=Display                                                                                                          
  11.                                                                                                                        
  12. [DestinationDirs]                                                                                                      
  13. DefaultDestDir   = 11                                                                                                  
  14. stlth3d.Miniport  = 12  ; drivers                                                                                           
  15. stlth3d.Display   = 11  ; system32                                                                                          
  16.                                                                                                                        
  17. ;                                                                                                                      
  18. ; Driver information                                                                                                   
  19. ;                                                                                                                      
  20.                                                                                                                        
  21. [Manufacturer]                                                                                                         
  22. %Diamond%   = Diamond.Mfg                                                                                                      
  23.                                                                                                                        
  24. [Diamond.Mfg]                                                                                                               
  25. %Diamond% Stealth 3D 2000 Series = stlth3d
  26. %Diamond% Stealth 3D 2000 Pro Series = stlth3d
  27. %Diamond% Stealth 3D 3000 Series = stlth3d
  28.                                                                                                                        
  29.                                                                                                                        
  30. ;                                                                                                                      
  31. ; General installation section                                                                                         
  32. ;                                                                                                                      
  33.                                                                                                                        
  34. [stlth3d]                                                                                                                   
  35. CopyFiles=stlth3d.Miniport, stlth3d.Display                                                                                      
  36.                                                                                                                        
  37. ;                                                                                                                      
  38. ; File sections                                                                                                        
  39. ;                                                                                                                      
  40.                                                                                                                        
  41. [stlth3d.Miniport]                                                                                                          
  42. stlth3d.sys                                                                                                                 
  43.                                                                                                                        
  44. [stlth3d.Display]                                                                                                           
  45. stlth3d.dll
  46.                                                                                                                        
  47.                                                                                                                        
  48. ;                                                                                                                      
  49. ; Service Installation                                                                                                 
  50. ;                                                                                                                      
  51.                                                                                                                        
  52. [stlth3d.Services]                                                                                                          
  53. AddService = stlth3d, 0x00000002, stlth3d_Service_Inst, stlth3d_EventLog_Inst                                                         
  54.                                                                                                                        
  55. [stlth3d_Service_Inst]                                                                                                      
  56. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER                                                            
  57. StartType      = 1                  ; SERVICE_SYSTEM_START                                                             
  58. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE                                                             
  59. LoadOrderGroup = Video                                                                                                 
  60. ServiceBinary  = %12%\stlth3d.sys                                                                                        
  61.                                                                                                                        
  62. [stlth3d_EventLog_Inst]                                                                                                     
  63. AddReg = stlth3d_EventLog_AddReg                                                                                            
  64.                                                                                                                        
  65. [stlth3d_EventLog_AddReg]                                                                                                   
  66. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\stlth3d.sys"  
  67. HKR,,TypesSupported,0x00010001,7                                                                                       
  68.                                                                                                                        
  69.                                                                                                                        
  70. ;                                                                                                                      
  71. ; Software Installation                                                                                                
  72. ;                                                                                                                      
  73.                                                                                                                        
  74. [stlth3d.SoftwareSettings]                                                                                                  
  75. AddReg = stlth3d_SoftwareDeviceSettings                                                                                     
  76.                                                                                                                        
  77. [stlth3d_SoftwareDeviceSettings]                                                                                            
  78. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, stlth3d                                                                
  79. HKR,, VgaCompatible,               %REG_DWORD%,    0                                                                
  80.                                                                                                                        
  81.                                                                                                                        
  82. ;                                                                                                                      
  83. ; Source file information                                                                                              
  84. ;                                                                                                                      
  85.                                                                                                                        
  86. [SourceDisksNames.x86]                                                                                                  
  87. 1 = %DiskId%,,,""                                                                                                  
  88.                                                                                                                        
  89. [SourceDisksFiles]                                                                                                     
  90. stlth3d.sys  = 1                                                                                                            
  91. stlth3d.dll = 1
  92.                                                                                                                        
  93.                                                                                                                        
  94.                                                                                                                        
  95. [Strings]                                                                                                              
  96.                                                                                                                        
  97. ;                                                                                                                      
  98. ; Non-Localizable Strings                                                                                              
  99. ;                                                                                                                      
  100.                                                                                                                        
  101. REG_SZ         = 0x00000000                                                                                            
  102. REG_MULTI_SZ   = 0x00010000                                                                                            
  103. REG_EXPAND_SZ  = 0x00020000                                                                                            
  104. REG_BINARY     = 0x00000001                                                                                            
  105. REG_DWORD      = 0x00010001                                                                                            
  106. SERVICEROOT    = System\CurrentControlSet\Services                                                                   
  107.                                                                                                                        
  108. ;                                                                                                                      
  109. ; Localizable Strings                                                                                                  
  110. ;                                                                                                                      
  111.                                                                                                                        
  112. DiskId       = "Diamond Multimedia Systems, Inc. Installation DISK (VIDEO)"                                                                        
  113. GraphAdap    = "Graphics Adapter"                                                                                    
  114. Diamond      = "Diamond Multimedia Systems, Inc."                                                                                                       
  115.